home *** CD-ROM | disk | FTP | other *** search
/ Paradise in the Skirt / Paradise in the Skirt.iso / supr1.dir / 00080_Script_80 < prev    next >
Text File  |  1994-11-11  |  545b  |  19 lines

  1. on mouseDown
  2.   global switchYesNo
  3.   repeat while the stillDown()
  4.     if rollover(clickOn()) then
  5.       set the castNum of sprite clickOn() = the number of cast "Kuit2"
  6.     else
  7.       set the castNum of sprite clickOn() = the number of cast "Kuit"
  8.     end if
  9.     updateStage
  10.   end repeat
  11.   set the castNum of sprite clickOn() = the number of cast "Kuit"
  12.   updateStage
  13.   beep
  14.   set the text of cast "Comment" = "鍼ヌオヌ局ンヌゥ"
  15.   go to marker(1)
  16.   set the visible of sprite 45 to false
  17.   put 1 into switchYesNo
  18. end mouseDown
  19.